Summary of "c:\current\lexar\lxcoinst1119\PscDriver.inf"
INF Passed with no warnings or errors! |
Annotated INF:
; PscDriver.inf: Jungo WinDriver v7.0.2 Installation file
; Installs WinDrvr6.sys as a pseudo-device
; Copyright (c) 2003 - 2005 Jungo Ltd. http://www.jungo.com
[Version]
Signature=$CHICAGO$
Class=System
ClassGuid={4d36e97d-e325-11ce-bfc1-08002be10318}
Provider=%MFGNAME%
;Uncomment the next line for WHQL
CatalogFile=Lexar.cat
DriverVer=11/19/2006, 7.0.2
[Manufacturer]
%MFGNAME%=DeviceList
[DestinationDirs]
DefaultDestDir=10,System32\Drivers
DriverCopyFiles = 12
[SourceDisksFiles]
windrvr6.sys=1
[SourceDisksNames]
1=%INSTDISK%,,,.
;Delete the above line and uncomment the next line for WHQL
;1 = %INSTDISK%,WinDrvr6.cat,,
[DeviceList]
%DESCRIPTION%=DriverInstall,*WINDRVR6
[UpDateRegistry]
HKR,,,,Jungo
HKR,,Icon,,-24
;------------------------------------------------------------------------------
; Windows 2000 Sections
;------------------------------------------------------------------------------
[DriverInstall.NT]
CopyFiles=DriverCopyFiles
LogConfig=DriverConfigNT
AddReg=UpDateRegistry
[DriverCopyFiles]
windrvr6.sys,,,0x27 ; COPYFLG_NOSKIP | COPYFLG_NO_VERSION_DIALOG | COPYFLG_NOVERSIONCHECK
[DriverInstall.NT.Services]
AddService=WinDriver6,2,DriverService
[DriverService]
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 3 ; SERVICE_DEMAND_START
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
ServiceBinary=%10%\system32\drivers\windrvr6.sys
[DriverConfigNT]
ConfigPriority=NORMAL
;------------------------------------------------------------------------------
; String Definitions
;------------------------------------------------------------------------------
[Strings]
MFGNAME="Jungo"
INSTDISK="Jungo Installation Disc"
DESCRIPTION="WinDriver"